'Declaration
Public Function AddFileAttachmentAnnot_2( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByRef Data() As Byte, _ ByVal FileName As String, _ ByVal Title As String, _ ByVal Description As String, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte, _ ByVal Opacity As Single, _ ByVal AnnotIcon As PdfFileAttachmentAnnotIcon _ ) As Integer
public int AddFileAttachmentAnnot_2( float Left, float Top, float Width, float Height, ref byte[] Data, string FileName, string Title, string Description, byte Cyan, byte Magenta, byte Yellow, byte Black, float Opacity, PdfFileAttachmentAnnotIcon AnnotIcon )
public function AddFileAttachmentAnnot_2( Left: Single; Top: Single; Width: Single; Height: Single; var Data: Bytearray of; FileName: String; Title: String; Description: String; Cyan: Byte; Magenta: Byte; Yellow: Byte; Black: Byte; Opacity: Single; AnnotIcon: PdfFileAttachmentAnnotIcon ): Integer;
public function AddFileAttachmentAnnot_2( Left : float, Top : float, Width : float, Height : float, Data : byte[], FileName : String, Title : String, Description : String, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte, Opacity : float, AnnotIcon : PdfFileAttachmentAnnotIcon ) : int;
Parameters
- Left
- Top
- Width
- Height
- Data
- FileName
- Title
- Description
- Cyan
- Magenta
- Yellow
- Black
- Opacity
- AnnotIcon